home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / js / popup.js < prev   
Encoding:
Text File  |  2004-08-17  |  129 b   |  9 lines

  1. <!--
  2.  
  3. // Pop A Window
  4. function MM_openBrWindow(theURL,winName,features) { //v2.0
  5.     window.open(theURL,winName,features);
  6. }
  7.  
  8. //-->
  9.